From e72b0cb261b5fc9c70a839882ea07160ef7ef424 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 3 Feb 2026 21:07:28 -0800 Subject: feat(web): Replace NextAuth with Supabase Auth --- packages/web/src/app/api/auth/[...nextauth]/route.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 packages/web/src/app/api/auth/[...nextauth]/route.ts (limited to 'packages/web/src/app/api/auth/[...nextauth]') diff --git a/packages/web/src/app/api/auth/[...nextauth]/route.ts b/packages/web/src/app/api/auth/[...nextauth]/route.ts deleted file mode 100644 index 8e8302c..0000000 --- a/packages/web/src/app/api/auth/[...nextauth]/route.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { handlers } from "~/server/auth"; - -export const { GET, POST } = handlers; -- cgit v1.2.3